tests: Remove dead code in jquery.byteLimit tests
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 19 Feb 2018 20:56:08 +0000 (21:56 +0100)
committerJforrester <jforrester@wikimedia.org>
Tue, 20 Feb 2018 22:03:13 +0000 (22:03 +0000)
These options do nothing.

Change-Id: I15cc91b9208e8cfd3f3f42bb0a9c91514d6532e3

tests/qunit/suites/resources/jquery/jquery.byteLimit.test.js

index 1a660cf..d3233da 100644 (file)
                                return 'prefix' + text;
                        } ),
                sample: simpleSample,
-               hasLimit: true,
-               limit: 6, // 'prefix' length
                expected: ''
        } );